﻿2026-07-19T11:03:25.2426672Z ##[group]Run actions/checkout@v5
2026-07-19T11:03:25.2427182Z with:
2026-07-19T11:03:25.2427482Z   repository: BigscreenVR/spt-bs-core
2026-07-19T11:03:25.2430055Z   token: ***
2026-07-19T11:03:25.2430355Z   ssh-strict: true
2026-07-19T11:03:25.2430647Z   ssh-user: git
2026-07-19T11:03:25.2430956Z   persist-credentials: true
2026-07-19T11:03:25.2431285Z   clean: true
2026-07-19T11:03:25.2431569Z   sparse-checkout-cone-mode: true
2026-07-19T11:03:25.2431946Z   fetch-depth: 1
2026-07-19T11:03:25.2432234Z   fetch-tags: false
2026-07-19T11:03:25.2432543Z   show-progress: true
2026-07-19T11:03:25.2432849Z   lfs: false
2026-07-19T11:03:25.2433131Z   submodules: false
2026-07-19T11:03:25.2433470Z   set-safe-directory: true
2026-07-19T11:03:25.2433781Z env:
2026-07-19T11:03:25.2434052Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-19T11:03:25.2434429Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-19T11:03:25.2434776Z ##[endgroup]
2026-07-19T11:03:25.4187705Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-19T11:03:25.4189124Z ##[group]Getting Git version info
2026-07-19T11:03:25.4189640Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-19T11:03:25.4488928Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-19T11:03:25.4705939Z git version 2.43.0.windows.1
2026-07-19T11:03:25.4730036Z ##[endgroup]
2026-07-19T11:03:25.4738924Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\73b21c6a-75ad-456a-9552-2ea01142ec57\.gitconfig'
2026-07-19T11:03:25.4752248Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\73b21c6a-75ad-456a-9552-2ea01142ec57' before making global git config changes
2026-07-19T11:03:25.4754481Z Adding repository directory to the temporary git global config as a safe directory
2026-07-19T11:03:25.4757376Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-19T11:03:25.4993076Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-19T11:03:25.5183075Z https://github.com/BigscreenVR/spt-bs-core
2026-07-19T11:03:25.5210462Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-19T11:03:25.5214484Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-19T11:03:25.5414304Z refs/heads/main
2026-07-19T11:03:25.5436340Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-19T11:03:25.5736645Z HEAD is now at 622a7061 triage(teardown-authority): ADR-0045 + 7 REQs + CONTEXT teardown authority
2026-07-19T11:03:25.5976401Z ##[endgroup]
2026-07-19T11:03:25.5980472Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-19T11:03:25.9657633Z ##[group]Cleaning the repository
2026-07-19T11:03:25.9661369Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-19T11:03:27.2824081Z Removing target/
2026-07-19T11:03:27.2852284Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-19T11:03:27.3335485Z HEAD is now at 622a7061 triage(teardown-authority): ADR-0045 + 7 REQs + CONTEXT teardown authority
2026-07-19T11:03:27.3358438Z ##[endgroup]
2026-07-19T11:03:27.3362620Z ##[group]Disabling automatic garbage collection
2026-07-19T11:03:27.3367581Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-19T11:03:27.3594804Z ##[endgroup]
2026-07-19T11:03:27.3595224Z ##[group]Setting up auth
2026-07-19T11:03:27.3600915Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-19T11:03:27.3812408Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-19T11:03:27.7604630Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-19T11:03:27.7889873Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-19T11:03:28.1774343Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-19T11:03:28.2022747Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-19T11:03:28.5742169Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-19T11:03:28.6058124Z ##[endgroup]
2026-07-19T11:03:28.6058583Z ##[group]Fetching the repository
2026-07-19T11:03:28.6064788Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +930898df6066b012220d4a769fad312e02c9431b:refs/remotes/pull/34/merge
2026-07-19T11:03:29.4532388Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-19T11:03:29.4532919Z  * [new ref]           930898df6066b012220d4a769fad312e02c9431b -> pull/34/merge
2026-07-19T11:03:29.4656948Z ##[endgroup]
2026-07-19T11:03:29.4657323Z ##[group]Determining the checkout info
2026-07-19T11:03:29.4658083Z ##[endgroup]
2026-07-19T11:03:29.4663220Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-19T11:03:29.4941652Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-19T11:03:29.5171755Z ##[group]Checking out the ref
2026-07-19T11:03:29.5177527Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/34/merge
2026-07-19T11:03:29.5998395Z Previous HEAD position was 622a7061 triage(teardown-authority): ADR-0045 + 7 REQs + CONTEXT teardown authority
2026-07-19T11:03:29.5999096Z HEAD is now at 930898df Merge 4637a4c76e65e4b75867121cefd8351219240643 into 622a7061713d5d5aa7697fedfc0d303e5d67719c
2026-07-19T11:03:29.6021891Z ##[endgroup]
2026-07-19T11:03:29.6265017Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-19T11:03:29.6483579Z 930898df6066b012220d4a769fad312e02c9431b
